home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
Jogos de Azar
/
662.swf
/
scripts
/
frame_12
/
DoAction.as
Wrap
Text File
|
2006-01-17
|
597b
|
17 lines
if(num == 2)
{
setProperty("move_bg", _X, getProperty("move_bg", _X) - anchor_x[num]);
setProperty("move_bg", _Y, getProperty("move_bg", _Y) - anchor_y);
}
else if(split == 1 && num % 2 == 1)
{
setProperty("squeezer" + num, _X, getProperty("squeezer" + num, _X) - (anchor_x[num] + 15));
setProperty("squeezer" + num, _Y, getProperty("squeezer" + num, _Y) - anchor_y);
}
else
{
setProperty("squeezer" + num, _X, getProperty("squeezer" + num, _X) - anchor_x[num]);
setProperty("squeezer" + num, _Y, getProperty("squeezer" + num, _Y) - anchor_y);
}
gotoAndPlay(11);